window: Fix up resize borders
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2021 00:00:49 +0000 (20:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2021 00:09:38 +0000 (20:09 -0400)
commit760e60fa0487ded9b053ccd94200582cc24e52db
treee7d87094a7a52a28811fc36e2f1fb0fb451c935d
parentebd8338795e2b15516fdd93429f4c82b73fe8ca3
window: Fix up resize borders

The invisible resize borders have been wider than they
should, for a while. Go back to a size close to what
we have in GTK3.

To summarize: resize borders will be at most 12 pixels
on each size, but never wider than the windows shadow.
The resize corners have 'legs' of 24 pixels where you
still get a corner resize cursor.

Fixes: #3856
gtk/gtkwindow.c